fix: remove ghcr.io/chopratejas/headroom due to 67 CVEs and 131 license violations - #48550
Merged
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…lnerabilities Removes the headroom MCP server container (67 vulns: 20 Critical, 47 High; 131 license violations) from the repository: - Delete shared/mcp/headroom.md - Remove headroom import from daily-news.md - Remove pinned digest from actions-lock.json and action_pins.json files - Rebuild gh-aw-wasm to purge embedded pin reference - Recompile workflow lock files Closes #48547 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix vulnerabilities in container image ghcr.io/chopratejas/headroom
fix: remove ghcr.io/chopratejas/headroom due to 67 CVEs and 131 license violations
Jul 28, 2026
pelikhan
marked this pull request as ready for review
July 28, 2026 07:30
Contributor
There was a problem hiding this comment.
Pull request overview
Removes the vulnerable Headroom MCP server and associated pinned references.
Changes:
- Deletes Headroom configuration and removes it from
daily-news. - Updates generated locks, pin catalogs, and WASM artifact.
- Introduces unrelated model-pricing drift in the smoke workflow.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/shared/mcp/headroom.md |
Deletes Headroom MCP definition. |
.github/workflows/daily-news.md |
Removes Headroom import. |
.github/workflows/daily-news.lock.yml |
Removes compiled Headroom wiring. |
.github/workflows/smoke-copilot-auto.lock.yml |
Unintentionally removes auto pricing. |
.github/aw/actions-lock.json |
Removes Headroom digest. |
pkg/workflow/data/action_pins.json |
Removes workflow pin data. |
pkg/actionpins/data/action_pins.json |
Removes embedded pin data. |
gh-aw-wasm |
Rebuilds the embedded WASM artifact. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 7/8 changed files
- Comments generated: 1
- Review effort level: Medium
| GH_AW_INFO_FRONTMATTER_EMOJI: "🌸" | ||
| GH_AW_COMPILED_STRICT: "true" | ||
| GH_AW_INFO_MODEL_COSTS: '{"providers":{"github-copilot":{"models":{"auto":{"cost":{"input":"8.5e-07","output":"1.55e-06"}}}}}}' | ||
| GH_AW_INFO_FEATURES: '{"gh-aw-detection":false}' |
Contributor
|
🎉 This pull request is included in a new release. Release: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ghcr.io/chopratejas/headroom(used as the headroom MCP server indaily-news) has 67 vulnerabilities (20 Critical, 47 High) and 131 license policy violations with no upstream fix available. Removes it entirely.Changes
.github/workflows/shared/mcp/headroom.md— the MCP server definition wrapping the vulnerable imageshared/mcp/headroom.mdimport fromdaily-news.md.github/aw/actions-lock.json,pkg/workflow/data/action_pins.json, andpkg/actionpins/data/action_pins.jsongh-aw-wasmto eliminate the embedded pin referencedaily-news.lock.ymlno longer references the image)